'Usage Dim instance As CalcLnFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 1 item: number.
Number is the positive real number for which you want the natural logarithm.
Return Value
A System.Double value that indicates the evaluate result.